.model-end-to-end{
    display: block;
    width: 413px;
    height: 240px;
    background: #FFFFFF;
    box-shadow: 0px 0px 16px 0px rgba(10,18,33,0.08);
    border-radius: 8px;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 0.3s ease;
}
.model-end-to-end a{
    display: block;
    padding: 32px 40px;
}
.model-end-to-end h2{
font-family: PingFangSC, PingFang SC;
font-weight: 600;
font-size: 20px;
color: #0A1221;
line-height: 28px;
text-align: center;
font-style: normal;
margin:24px 0 16px 0px;
}
.learn-more-btn{
    width: 113px;
    height: 32px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(10,18,33,0.08);
    border-radius: 4px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #0A1221;
    line-height: 32px;
    text-align: center;
    display: none;
    margin: 32px auto 0;
}
.learn-more-btn:hover{
    background: #f61033;
    color: #fff;
}
.card-hover{
    background: url(../images/index2025/23-card-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-top: 8px;
}
.card-hover img {
    display: none;
}
.card-hover .learn-more-btn{
    display: block;
}
.card-hover h2{
    margin-top: 12px;
}

.model-end-to-end p {
    font-family: PingFangSC, PingFang SC;
font-weight: 400;
font-size: 14px;
color: rgba(10,18,33,0.72);
line-height: 22px;
text-align: center;
font-style: normal;

}
.end-to-end-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 32px;

}
.model-end-to-end-mobile{
    display: block;
    width: 100%;
    height: 117px;
    background: #FFFFFF;
    box-shadow: 0px 0px 16px 0px rgba(10,18,33,0.08);
    border-radius: 8px;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 0.3s ease;
    padding: 16px 20px;
    margin-bottom: 16px;
}
.model-end-to-end-mobile-content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 8px;
}
.model-end-to-end-mobile-content h2{
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 15px;
    color: #0A1221;
    line-height: 21px;
    text-align: left;
    font-style: normal;
    margin: 0;
}
.model-end-to-end-mobile p{
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: rgba(10,18,33,0.72);
    line-height: 18px;
    text-align: left;
    font-style: normal;
    margin: 0;
    width: 100%;
}
.model-end-to-end-mobile-content img{
    width: 32px;
    height: 32px;
    object-fit: contain;
}
.model-end-to-end-mobile a{
    display: block;
    width: 100%;
    text-decoration: none;
}
.model-end-to-end-mobile:hover {
    transform: translateY(-2px);
    box-shadow: 0px 4px 20px 0px rgba(10,18,33,0.12);
}